home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 128 / XENIATGM128.iso / Shareware / MusicMatchJukebox 7.0 / Tutorials / online_attractions.exe / scripts / DefineButton2_136 / BUTTONCONDACTION on(rollOver).as < prev   
Text File  |  2001-01-11  |  85b  |  7 lines

  1. on(rollOver){
  2.    tellTarget("/danceboy")
  3.    {
  4.       gotoAndStop("ten");
  5.    }
  6. }
  7.